sop4618_S
Description
Namespaces
Classes
Functions
Graph
sop4618_S Arduino C++ Class
The
sop4618_S class provides an easy way to implement the
ByVac BV4618 LCD in your latest Arduino project.
The ByVac BV4618 LCD controller provides a unique API to the Hitachi HD44780 LCD. It allows you to communicate
with the LCD using VT100 ASCII commands reminiscent of the old TTY terminal days. Why is this cool? First, it is easy
to program. Second, it allows the use of keyboard commands.
The ByVac BV4618 LCD controller provides a three interfaces: 1) Serial TTL, 2) Serial RS-232, and 3) I2C. This
class implements a convenient API for the BV4618 serial interface.
The
sop4618_S has the following features:
-
Simple API for new programmers
-
Clear method names
-
Complete cursor management
-
Cursor X,Y positioning
-
LCD backlight control
-
Text centering functions
-
Uses the Arduino String class for efficiency
Please send bug reports, enhancement requests, complaints, or questions to:
sopwith@ismellsmoke.net.
Hack On!
Sopwith
"If it works out of the box - what fun is that?"